[Rpm-maint] [rpm-software-management/rpm] Add support for defining literal macros via a new modifier syntax (PR #4129)
Panu Matilainen
notifications at github.com
Tue Mar 24 11:59:47 UTC 2026
@pmatilai commented on this pull request.
> if (*s == '(') {
s++; /* skip ( */
/* Options must be terminated with ')' */
if (strchr(s, ')')) {
- o = oe;
- COPYOPTS(oe, s, oc);
+ int oc = ')';
+ COPYOPTS(opts, s, oc);
+ o = opts.c_str();
I had another look at this today and found part of the earlier problem ... and then realized the hole goes even deeper.
Added a brief comment about the opts NULL specialty to the code and the commit message.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4129#discussion_r2981028333
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4129/review/3998556292 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260324/935c8fd4/attachment-0001.htm>
More information about the Rpm-maint
mailing list