version 1.6, 2025/03/29 16:50:42
|
version 1.7, 2025/04/09 15:16:50
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.7 2025/04/09 15:16:50 snw |
|
* Fix buffer overruns in mref_to_external and ssvn.c |
|
* |
* Revision 1.6 2025/03/29 16:50:42 snw |
* Revision 1.6 2025/03/29 16:50:42 snw |
* Back to cvs-current as version for development; temp fix for double-free issue in global_dispatch |
* Back to cvs-current as version for development; temp fix for double-free issue in global_dispatch |
* |
* |
Line 198 void global (short action, char *key, ch
|
Line 201 void global (short action, char *key, ch
|
name[i] = '\0'; |
name[i] = '\0'; |
|
|
snprintf (mapk_buf, STRLEN - 1, "^$SYSTEM\202MAPPINGS\202GLOBAL\202%s\201", name); |
snprintf (mapk_buf, STRLEN - 1, "^$SYSTEM\202MAPPINGS\202GLOBAL\202%s\201", name); |
global (get_sym, mapk_buf, mapd_buf); |
symtab_shm (get_sym, mapk_buf, mapd_buf); |
|
|
stcnv_m2c (mapd_buf); |
stcnv_m2c (mapd_buf); |
|
|