Tom Rix
bc7878a2c7
silence double free warning
...
clang static analysis reports this issue on RHEL
open-gpu-kernel-modules/kernel-open/nvidia/nv.c:1392:9: warning: Attempt to free released memory [unix.Malloc]
NV_KFREE(nvl->irq_count, nvl->num_intr*sizeof(nv_irq_count_info_t));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is a false positive, NV_FLAG_USES_MSIX and NV_FLAG_USES_MSI
are mutually exclusive. Convert the NV_FLAG_USE_MSIX 'if' to an
'if else'
Signed-off-by: Tom Rix <trix@redhat.com>
2022-05-15 09:43:15 -04:00
Andy Ritger
d8f3bcff92
Create CONTRIBUTING.md
2022-05-13 09:09:37 -07:00
keroeslux
aaaa7d9646
Fixed capitalization
2022-05-12 22:19:06 -07:00
TrickyDmitriy
6414743a3d
[~] Fix typos in NVDEC Engine Descriptor
2022-05-12 22:18:17 -07:00
Filip Fedoryszyn
eb960e2f2a
Fixed some typos
2022-05-12 22:16:20 -07:00
Maneet Singh
a947dc4ad5
Merge pull request #117 from RealAstolfo/array-index-ub-change
...
moved array sanity check to before the array access
2022-05-12 22:06:14 -07:00
Paul Rikkonen
1dbdaaef8f
Update issue templates - add Feature Request template
...
Added Feature Request Template to issues reporting
2022-05-12 12:37:05 -07:00
astolfo
1ba231ff76
moved array sanity check to before the array access
2022-05-12 13:07:58 -06:00
Daniel Milnes
8d7f201155
Automatically tag bug report issues
...
It would be good to add additional issue templates for things like feature requests.
You could also make use of `config.yml` (<https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository >) to make a more guided issue flow.
2022-05-11 23:34:55 -07:00
lexi
f9be5ff55e
Fix some capitalizations
2022-05-11 23:33:59 -07:00
swag
69791e9bf5
Fix capitalization in SECURITY.md
...
:trollface:
2022-05-11 16:25:11 -07:00
Andy Ritger
1739a20efc
515.43.04
515.43.04
2022-05-09 13:18:59 -07:00