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

bug in intern.c #3092

Closed
vicuna opened this issue Dec 17, 2001 · 1 comment
Closed

bug in intern.c #3092

vicuna opened this issue Dec 17, 2001 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 17, 2001

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

Bug description

Full_Name: Ohad Rodeh
Version: 3.04
OS: Linux
Submission from: e-hub.haifa.ibm.net.il (192.115.216.66)

There is a bug in line 449 of intern.c. The internal object table is freed
twice.
function input_val_from_block can be called from either input_value_from_malloc
or input_value_from_block. Both functions free the internal table
autonomically,
therefore, freeing it also inside input_val_from_block causes "double freeing".

I've tested this locally.
Ohad.

@vicuna
Copy link
Author

vicuna commented Jan 11, 2002

Comment author: administrator

Fixed 2002-01-14 by XL

@vicuna vicuna closed this as completed Jan 11, 2002
@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