Riccardo Schirone

Results 53 issues of Riccardo Schirone

This can happen for example if _raise_defects_level is DETECT_FATAL and sector_size is computed to be 1 (sector_shift==0).

#### Summary Integrate https://github.com/sigstore/sigstore/pull/1595 into cosign, allowing sign-blob/verify-blob commmands to use ED25519ph as necessary. This needs both https://github.com/sigstore/rekor/pull/1959 and https://github.com/sigstore/rekor/pull/1945 How I tested this: ```shell # regular ecdsa + sha256...

#### Summary Give the user the option to choose which signing algorithm to use when generating keypairs (#3271). Code based on https://github.com/sigstore/cosign/pull/3479 . #### Release Note #### Documentation

How can the danswer/intent-model model can be extended? Are the scripts used to fine-tune it public? Thanks a lot for the great work!

**Your checklist for this pull request** - [-] I've documented or updated the documentation of every function and struct this PR changes. If not so I've explained why. - [-]...

build & packaging

In multiple places strings are copied from one place to another, but instead of using `strdup` or the `str*` functions, the project seems to prefer `malloc`+`memcpy`, which IMHO results in...

There are some places in `comps_objmradix.c` where COMPS_OBJECT_DESTROY is called on the wrong address, resulting in memory leaks (in these particular cases) https://github.com/rpm-software-management/libcomps/blob/2ed0fe52d1e7c062a5a42968bb7a7680835914b8/libcomps/src/comps_objmradix.c#L134 https://github.com/rpm-software-management/libcomps/blob/2ed0fe52d1e7c062a5a42968bb7a7680835914b8/libcomps/src/comps_objmradix.c#L188 https://github.com/rpm-software-management/libcomps/blob/2ed0fe52d1e7c062a5a42968bb7a7680835914b8/libcomps/src/comps_objmradix.c#L242

In function comps_doc_xml() in comps_doc.c, the `dict` object is destroyed at https://github.com/rpm-software-management/libcomps/blob/2ed0fe52d1e7c062a5a42968bb7a7680835914b8/libcomps/src/comps_doc.c#L731 , however there are many other error paths where the object is destroyed again, possibly causing double-free (e.g....

**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository - [x] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style) - [-]...

infrastructure

**Is your feature request related to a problem? Please describe.** Sometimes you want to have one command name to deal with multiple operations. A classical example is the "print" command,...

shell