stormalf / chibicc

A small C compiler from rui314
MIT License
6 stars 1 forks source link

ISS-159 neovim failed during compilation with invalid pointer dereference #52

Closed stormalf closed 10 months ago

stormalf commented 10 months ago

neovim failed during compilation with invalid pointer dereference ../neovim/src/nvim/buffer.h:141: && *ml_get_buf(buf, (linenr_T)1) == '\0'; ^ type.c invalid pointer dereference

stormalf commented 10 months ago

it seems that neovim project uses lots of old style some functions not defined in h files but in C files... this will be not managed by chibicc for now.