Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MODULES-6528) Fix registry::value defined type #153

Commits on Jan 26, 2018

  1. (MODULES-6528) Add registry::value failing specs

     - Demonstrate the bug introduced in the 2.0.0 release as part of
       48a0b07
    
     - Tests for dword, qword and array type values currently fail given
       the defined type doesn't properly type the $data value to allow
       numeric values or arrays.
    Iristyle committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    7d49209 View commit details
    Browse the repository at this point in the history
  2. (MODULES-6528) Change registry::value types

     - Fix the bug introduced in 48a0b07
       that did not have lenient enough typing for the $data parameter to
       the registry::value defined type.
    
     - This commit adds support for numerics, which are necessary for
       dword and qword. It also adds support for arrays, which are always
       an array of strings (corresponding to REG_MULTI_SZ).
    Iristyle committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    e36dc74 View commit details
    Browse the repository at this point in the history