[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #64551] Possible null pointer dereference on the function get_buffe
|
From: |
Paul D. Smith |
|
Subject: |
[bug #64551] Possible null pointer dereference on the function get_buffer |
|
Date: |
Sat, 6 Jan 2024 12:49:20 -0500 (EST) |
Update of bug#64551 (group make):
Status: None => Duplicate
Assigned to: None => psmith
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #1:
I don't see how the "second" xrealloc() would return 0; the entire point of
xrealloc is that it never returns 0.
However, I can see where the behavior of the code might lead to an infinite
loop.
This issue was already addressed in GNU Make 4.3 via bug #13651
The version you're testing (4.2) was released in 2016.
It's certainly helpful to check for errors in tools like GNU Make but please
check either the most recent published version or, even better, the current
Git HEAD version.
Thanks!
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?64551>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #64551] Possible null pointer dereference on the function get_buffer,
Paul D. Smith <=
- Re: [bug #64551] Possible null pointer dereference on the function get_buffer, Haoxin Tu, 2024/01/20
- Re: [bug #64551] Possible null pointer dereference on the function get_buffer, Martin Dorey, 2024/01/20
- Re: [bug #64551] Possible null pointer dereference on the function get_buffer, Haoxin Tu, 2024/01/20
- Re: [bug #64551] Possible null pointer dereference on the function get_buffer, Paul Smith, 2024/01/20
- Re: [bug #64551] Possible null pointer dereference on the function get_buffer, Martin Dorey, 2024/01/20
- Re: [bug #64551] Possible null pointer dereference on the function get_buffer, Haoxin Tu, 2024/01/20
- Re: [bug #64551] Possible null pointer dereference on the function get_buffer, Haoxin Tu, 2024/01/20
- Re: [bug #64551] Possible null pointer dereference on the function get_buffer, Martin Dorey, 2024/01/21
- Re: [bug #64551] Possible null pointer dereference on the function get_buffer, Paul Smith, 2024/01/21
- Re: [bug #64551] Possible null pointer dereference on the function get_buffer, Haoxin Tu, 2024/01/21