[libcamera-devel,v2,0/2] Fix implicit sign-extension
mbox series

Message ID 20200605150858.116564-1-email@uajain.com
Headers show
Series
  • Fix implicit sign-extension
Related show

Message

Umang Jain June 5, 2020, 3:09 p.m. UTC
Changelog:

v1->v2:
  - Introduce a refactoring commit to share code dealing with same
    computation of finding section header based on Laurent's review.
  - Apply the v1 changes on top of refactored code and update commit
    message.

Umang Jain (2):
  libcamera: ipa_module: Share code to find section header of ELF header
  libcamera: ipa_module: Fix implicit sign-extension in elfSection

 src/libcamera/ipa_module.cpp | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)