Eric Dejouhanet

Results 6 issues of Eric Dejouhanet

**Describe the bug** When asked to slew for the first time, the Telescope Simulator is consistently wrong in centering the required RA coordinate. **To Reproduce** Exact steps to reproduce the...

bug

**Describe the bug** Infrequently, after working properly for some time during an observation session, the Atik Horizon 2 camera would suddenly return only black frames to the client. Only stopping...

bug

**Environmental Info:** K3s Version: - Observed with 1.23.9, 1.23.17, 1.28.5 - First observed with k3s version v1.23.9+k3s1 (f45cf326) go version go1.17.5 Node(s) CPU architecture, OS, and Version: - `Linux master1.glimps-internal.lan...

https://github.com/rlancaste/stellarsolver/blob/e0aa8d394aa9ddd5ad9c1052fff249d019913c49/stellarsolver/sep/extract.cpp#L632-L635 There is a code path that uses `psstack` without initialising it after allocation. That initialisation should probably be done around line 317.

https://github.com/rlancaste/stellarsolver/blob/e0aa8d394aa9ddd5ad9c1052fff249d019913c49/stellarsolver/sep/extract.cpp#L269-L271 https://github.com/rlancaste/stellarsolver/blob/e0aa8d394aa9ddd5ad9c1052fff249d019913c49/stellarsolver/sep/extract.cpp#L610 if `luflag` is `true` and some other conditions around line 570, `info` is used uninitialised here.

https://github.com/rlancaste/stellarsolver/blob/e0aa8d394aa9ddd5ad9c1052fff249d019913c49/stellarsolver/sep/extract.c#L720-L721 https://github.com/rlancaste/stellarsolver/blob/e0aa8d394aa9ddd5ad9c1052fff249d019913c49/stellarsolver/sep/extract.cpp#L728-L729 If `isvarnoise` is false (`image->noise == NULL`), this free uses the unitialised `nbuf` struct.