[Rpm-maint] [rpm-software-management/rpm] Run each Lua chunk in an inherited, private environment (#1593)

Panu Matilainen notifications at github.com
Tue Mar 23 09:16:10 UTC 2021


Protect our environment against accidents and pollution from each other:
each Lua chunk starts with an environment inherited from rpm global, but
any modifications go to the private environment so it's not possible to
accidentally destroy or divert things.
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/1593

-- Commit Summary --

  * Run each Lua chunk in an inherited, private environment

-- File Changes --

    M rpmio/rpmlua.c (12)
    M tests/rpmmacro.at (18)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/1593.patch
https://github.com/rpm-software-management/rpm/pull/1593.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1593
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210323/9584a118/attachment.html>


More information about the Rpm-maint mailing list