Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cf-socket.c contains references to non-existent struct fields #13210

Closed
RMMoreton opened this issue Mar 27, 2024 · 0 comments
Closed

cf-socket.c contains references to non-existent struct fields #13210

RMMoreton opened this issue Mar 27, 2024 · 0 comments
Labels

Comments

@RMMoreton
Copy link
Contributor

I did this

I tried to build curl 8.7.1 with HAVE_GETSOCKNAME undefined.

I expected the following

I expected curl to build successfully. Instead, I got two errors:

error: no member named 'l_ip' in 'struct cf_socket_ctx'
error: no member named 'l_port' in 'struct cf_socket_ctx'

I think these two were missed in fcef00d.

curl/libcurl version

curl 8.7.1

operating system

Debian 6.6.13 x86_64 GNU/Linux

@bagder bagder added the build label Mar 27, 2024
@bagder bagder closed this as completed in d82869d Mar 28, 2024
copybara-service bot pushed a commit to google/tensorstore that referenced this issue Apr 18, 2024
curl/curl#13403

patch: curl/curl#13210
PiperOrigin-RevId: 626160500
Change-Id: I43a2da9511539188fee56a869a798790ef6fc274
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants