phoenix-firestorm/indra
Aleric Inglewood d89f3d25c3 Bug / compile error - fix.
path is treated as a null-terminated string, which is only guaranteed
when the buffer that strncpy copies to is at least one larger than
the maximum number of characters copied (the third argument).

Without this patch, g++ 13.2.1 gives a warning turned into an error.
2023-08-21 19:39:43 +02:00
..
cmake Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2023-05-17 18:05:14 +02:00
copy_win_scripts
doxygen
integration_tests
lib/python/indra
linux_crash_logger Linux: Restore crashreporting (hopefully) 2023-03-31 00:05:29 +11:00
llappearance
llaudio
llcharacter Merge branch 'DRTVWR-580-maint-T' of https://github.com/secondlife/viewer 2023-05-23 13:57:36 +02:00
llcommon Bug / compile error - fix. 2023-08-21 19:39:43 +02:00
llcorehttp Curl library expects C style strings for params 2023-07-01 15:25:57 +10:00
llcrashlogger
llfilesystem Slightly less naive cache 2023-06-27 19:12:58 +01:00
llimage
llimagej2coj
llinventory [OPENSIM] Only show the adv perms export flag (X) when in OS 2023-07-18 17:06:08 +01:00
llkdu
llmath
llmeshoptimizer
llmessage Assume legacy estate limits for OpenSim 2023-08-03 13:45:38 +02:00
llplugin
llprimitive Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2023-05-18 13:43:48 +02:00
llrender Remove stray comment marker, oops! 2023-04-03 05:30:49 +02:00
llui Fix closing floater not erroneously closing all other same-type floaters when tapping shift inside a floater a couple of times before closing the floater with the X and no shift pressed 2023-07-27 13:48:36 +02:00
llwindow Revert "Revert changes for FIRE-32453 to try out the fix from LL" 2023-07-07 21:17:29 +02:00
llxml
mac_crash_logger
media_plugins Linux: take out glib dependency from volume catcher, restore cef functionality, some cmake cleanup by PorkChop 2023-04-04 05:38:46 +02:00
newview Randomly replace some old code 2023-08-20 01:27:20 +02:00
test Merge branch 'DRTVWR-577-maint-S' of https://github.com/secondlife/viewer 2023-05-05 09:44:21 +02:00
tools
viewer_components
win_crash_logger
CMakeLists.txt
Version
edit-me-to-trigger-new-build.txt
fix-incredibuild.py