Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
4 check-ins using file src/printf.c version a7630f7ec6
|
2024-12-18
| ||
| 12:51 | Fix additional harmless memory leaks. check-in: d564056cce user: drh tags: trunk | |
| 11:39 | Fix harmless memory leaks. check-in: 37ae94b365 user: drh tags: trunk | |
| 05:06 | Call `cgi_is_loopback()' before `db_open_local()' when checking for a local `fossil ui' session. The former performs simple string comparison, while the latter crawls the file system for multiple (3) check-out database file names at multiple directory hierarchy levels. The main motivation for this change is to reduce "attack surface" of the /jchunk interface, but also to align `cgi_is_loopback()' vs. `db_open_local()' precedence with usage elsewhere in the code base. check-in: 2dda151c40 user: florian tags: trunk | |
|
2024-12-17
| ||
| 12:38 | Send the --from argument of the "fossil ui" command encoded as hexadecimal, to work around quoting problems on Windows. [forum:/forumpost/cfc22d41b19a1a96|Forum post cfc22d41b19a1a96]. check-in: 593ceca27d user: drh tags: trunk | |