PVS-Studio analysis
1,690 results
1,690 results
Merge branch 'svn/trunk' r4362
PVS-Studio analysis
#1699:
Commit c8239a5
pushed
by
dreamer
Fix arguments for triggering imgmount help message
Replace '-help' with '--help" to follow long-style GNU convention.
Add '-h' to follow short-style GNU convention.
Fix '/?' to follow MS-DOS conve...
PVS-Studio analysis
#1698:
Commit eaa48f2
pushed
by
dreamer
Mention unit tests in README.md
PVS-Studio analysis
#1697:
Commit 10daa81
pushed
by
dreamer
Mention unit tests in README.md
PVS-Studio analysis
#1696:
Commit 10daa81
pushed
by
dreamer
Update allowed warnings limits
PVS-Studio analysis
#1695:
Commit b4e3c87
pushed
by
dreamer
Optimize remaining checks for empty strings
PVS-Studio analysis
#1694:
Commit d1dc83e
pushed
by
dreamer
Replace strlen call for checking if string is empty
Using "strlen(s) == 0" triggers PVS warning (correctly, because it's
rather pointless function call).
PVS-Studio analysis
#1693:
Commit e050395
pushed
by
dreamer
Replace strlen call for checking if string is empty
Using "strlen(s) == 0" triggers PVS warning (correctly, because it's
rather pointless function call).
PVS-Studio analysis
#1692:
Commit e050395
pushed
by
dreamer
Merge branch 'svn/trunk' r4361
PVS-Studio analysis
#1691:
Commit 58c122a
pushed
by
dreamer
Add UTs for safe_strcpy function
Update documentation, add more asserts.
This function is critical for prevention of buffer overflows, therefore
I feel justified in adding some death tests as well.
PVS-Studio analysis
#1690:
Commit 3f834a4
pushed
by
dreamer
Change formatting rule for macro line breaks
PVS-Studio analysis
#1689:
Commit 1a38a54
pushed
by
dreamer
Move dynamic block initialization for core_dyn_x86
PVS-Studio analysis
#1688:
Commit c0bf5d8
pushed
by
dreamer
WIP Move dynamic block initialization to core_dynrec
PVS-Studio analysis
#1687:
Commit 9c73b3f
pushed
by
dreamer
Write brief documentation on building unit tests
PVS-Studio analysis
#1686:
Commit d4a0495
pushed
by
dreamer
fixup! Extend buildsystem with ability to run unit tests
PVS-Studio analysis
#1685:
Commit 4e88050
pushed
by
dreamer
WIP Add UTs for safe_strcpy function
Update documentation, add more asserts.
This function is critical for prevention of buffer overflows, therefore
I feel justified in adding some death tests as...
PVS-Studio analysis
#1684:
Commit 28a0cd4
pushed
by
dreamer
Update PVS Studio to version 7.09.41421.64
PVS-Studio analysis
#1683:
Commit 8af36db
pushed
by
dreamer
Update PVS Studio to version 7.09.41421.64
PVS-Studio analysis
#1682:
Commit 85071c8
pushed
by
dreamer
Remove test auto-generated by VS
PVS-Studio analysis
#1681:
Commit eae1604
pushed
by
dreamer
Update VS project filter for new midi source files
PVS-Studio analysis
#1680:
Commit b73d8d0
pushed
by
dreamer
Proportional throttle, and slower increase
PVS-Studio analysis
#1679:
Commit fa5d1ff
pushed
by
kcgen
Replace GUS's internal soft limiter with the standalone class
PVS-Studio analysis
#1678:
Commit 444d77d
pushed
by
kcgen
Add an option for setting monochrome palette colour
To be used with machine=hercules and machine=cga_mono, as right now
users must cycle through colours every time they start dosbox.
There are tw...
PVS-Studio analysis
#1677:
Commit ce533d0
pushed
by
dreamer
Update allowed warnings limits
PVS-Studio analysis
#1676:
Commit 1586dee
pushed
by
dreamer
Fix effc++ warning in DBOPL::Handler class
PVS-Studio analysis
#1675:
Commit 2dd605f
pushed
by
dreamer