daanx / isocline

Isocline is a portable GNU readline alternative
MIT License
232 stars 23 forks source link

Fix potential memory leak in `sbuf_split_at` #27

Open thomcc opened 5 months ago

thomcc commented 5 months ago

Avoids allocating res in the first place when pos is negative.

Fixes #19