]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r352420: loader_4th: scan_buffer can leave empty string on stack
authorKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 04:12:38 +0000 (04:12 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 04:12:38 +0000 (04:12 +0000)
commit49142eab8569a09922caaaa3a6de6c3c523e9f86
tree7a75016afaee7c3959f2a9efec21b9d04614f1f8
parent7f2995435f8b39fedad80c071f7dbf93def057a5
MFC r352420: loader_4th: scan_buffer can leave empty string on stack

When the file processing is done, we will have string with lenght 0 in stack
and we will attempt to
allocate 0 bytes.
stand/forth/support.4th