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

misc. buglets (suite) #3811

Closed
vicuna opened this issue Oct 13, 2005 · 1 comment
Closed

misc. buglets (suite) #3811

vicuna opened this issue Oct 13, 2005 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Oct 13, 2005

Original bug ID: 3811
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Bonjour, deux autres petits pbs:

dans byterun/sys.c, caml_sys_open(), la fonction
caml_convert_flag_list() est appelée entre un
enter_blocking_section/leave_blocking_section. Or cette fonction
parcourt des blocs caml (une liste) donc ça devrait se faire en dehors
du enter_../leave_.. il me semble.

dans otherlibs/unix/gethost.c, alloc_host_entry() remplit le champ
h_addrtype de host_entry avec PF_INET même si les addresses sont de
type IPv6. Le test devrait plutôt être :
PF_INET ? Val_int(1) : Val_int(2);
(et d'ailleurs en pinaillant, ça devrait être AF_, pas PF_).

--
Olivier

@vicuna
Copy link
Author

vicuna commented Oct 13, 2005

Comment author: administrator

Fixed as suggested in 3.09. XL, 2005-10-13

@vicuna vicuna closed this as completed Oct 13, 2005
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant